projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7e2fdad
)
wayland: Fix order of xdg-shell requests
author
Jasper St. Pierre
<jstpierre@mecheye.net>
Thu, 12 Dec 2013 00:27:58 +0000
(19:27 -0500)
committer
Jasper St. Pierre
<jstpierre@mecheye.net>
Thu, 12 Dec 2013 00:28:30 +0000
(19:28 -0500)
gdk/wayland/gdkwindow-wayland.c
patch
|
blob
|
history
diff --git
a/gdk/wayland/gdkwindow-wayland.c
b/gdk/wayland/gdkwindow-wayland.c
index 183470e031fe4b10dfb5d23f198530189308c47e..839b9a04966688d7b0c451b36a5192e6ae98a33f 100644
(file)
--- a/
gdk/wayland/gdkwindow-wayland.c
+++ b/
gdk/wayland/gdkwindow-wayland.c
@@
-1004,12
+1004,12
@@
xdg_surface_request_unset_maximized (void *data,
static const struct xdg_surface_listener xdg_surface_listener = {
xdg_surface_ping,
xdg_surface_configure,
- xdg_surface_focused_set,
- xdg_surface_focused_unset,
xdg_surface_request_set_fullscreen,
xdg_surface_request_unset_fullscreen,
xdg_surface_request_set_maximized,
xdg_surface_request_unset_maximized,
+ xdg_surface_focused_set,
+ xdg_surface_focused_unset,
};
static void